-
Notifications
You must be signed in to change notification settings - Fork 850
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various fixes and improvements #8494
Various fixes and improvements #8494
Conversation
Can one of the admins verify this patch? |
Okay to test. Contributor agreement on file. Thank you @Frauschi |
Rebased to current master to fix the mosquitto cert problem. I cannot reproduce the other failing tests on my side, any hints there? |
Retest this please: "Found unhandled hudson.remoting.RequestAbortedException exception:" |
Can you give more details on this? |
A rebase for PR #8496 is meant, as the expired cert caused a failing test in this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No changes requested, but I'd love an answer to my question about switching to ctx
API.
Thank you!! |
Some fixes to better handle Dilithium keys and signatures in the TLS handshake. Signed-off-by: Tobias Frauenschläger <[email protected]>
Add context and preHash metadata. Signed-off-by: Tobias Frauenschläger <[email protected]>
* Add support for CMake * Add support for Zephyr * Make sure the internal key state is properly handled in case a public key is imported into a reloaded private key. Signed-off-by: Tobias Frauenschläger <[email protected]>
Fix compilation in case caching is enabled. Signed-off-by: Tobias Frauenschläger <[email protected]>
Fix compilation in case PSK is enabled, not Session tickets are disabled. Signed-off-by: Tobias Frauenschläger <[email protected]>
Make sure peer dilithium keys are properly freed. Signed-off-by: Tobias Frauenschläger <[email protected]>
Retest this please. Some of the tests were aborted? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm good!!
Hi all,
this PR adds various smaller fixes and improvements I encountered: